ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnValueEventArgs<T> Class / Value Property

In This Topic
    Value Property (DataGridColumnValueEventArgs<T>)
    In This Topic
    Gets the value associated with the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As T
    public T Value {get;}
    See Also